DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.DataConnector.AdoNet Namespace / C1DataAdapterBase<TCommandImpl> Class / DeleteCommand Property

In This Topic
    DeleteCommand Property (C1DataAdapterBase<TCommandImpl>)
    In This Topic
    Gets or sets an SQL statement for deleting records from the data set.
    Syntax
    'Declaration
     
    Public Shadows Property DeleteCommand As TCommandImpl
    public new TCommandImpl DeleteCommand {get; set;}
    See Also